home *** CD-ROM | disk | FTP | other *** search
/ Teach Yourself VRML 2 in 21 Days / Teach Yourself VRML 2 in 21 Days.iso / pc / source / answers / 19tyve2.wrl < prev    next >
Encoding:
Text File  |  1996-12-24  |  569 b   |  34 lines

  1. #VRML V2.0 utf8
  2.  
  3. EXTERNPROTO Teleporter [ field MFString url
  4.                          field SFColor  diffuseColor ]
  5. "teleport.wrl"
  6.  
  7. Transform {
  8.    translation 2 0 5
  9.    children [
  10.       Teleporter {
  11.       url ["houses.wrl"]
  12.           diffuseColor 1 0 1
  13.       }    
  14.    ]
  15. }
  16. Transform {
  17.    translation 10 0 0
  18.    children [
  19.       Teleporter {
  20.       url ["13tyve1.wrl"]
  21.           diffuseColor 1 1 0
  22.       }    
  23.    ]
  24. }
  25. Transform {
  26.    translation -10 0 0
  27.    children [
  28.       Teleporter {
  29.       url ["03tyve1.wrl"]
  30.           diffuseColor 0 1 1
  31.       }    
  32.    ]
  33. }
  34.